Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

562
Visualizações
HTML5 Audio Throwing Error on iOS Safari only: "Unhandled Promise Rejection: NotSupportedError: The operation is not supported."

I'm trying to play/pause an mp3 HTML5 audio on clicking button (having id "playaudio"), it is working fine on all devices except on iOS Safari, it is showing the following error on Safari in the console when clicking on play button:

Unhandled Promise Rejection: NotSupportedError: The operation is not supported."

Can anyone tell me why I'm facing this issue only on Safari, and how can I fix it?

let song = document.getElementById("testingsong");

$('#playaudio').click(function() {
  var clicks = $(this).data('clicks');
  if (clicks) {
    $(".play").css("display", "none");
    $(".pause").css("display", "block");
    song.play();
  } else {
    $(".play").css("display", "block");
    $(".pause").css("display", "none");
    song.pause();
  }
  
  $(this).data("clicks", !clicks);
});
<audio id="testingsong" src="/audio.mp3"></audio>

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda